InvalidImageFormatException constructor

init

Creates new instance of InvalidImageFormatException with specified error message

def __init__(self, message):
    ...
Parameter Type Description
message System.String Textual message, that describes the error, can be null or empty

See Also