Class InvalidCgmFileFormatException

InvalidCgmFileFormatException class

The exception that is thrown when a Cgm file is invalid.

public sealed class InvalidCgmFileFormatException : InvalidFileFormatException

Constructors

NameDescription
InvalidCgmFileFormatException()Initializes a new instance of the InvalidCgmFileFormatException class.
InvalidCgmFileFormatException(Exception)Initializes a new instance of the InvalidCgmFileFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
InvalidCgmFileFormatException(string)Initializes a new instance of the InvalidCgmFileFormatException class.
InvalidCgmFileFormatException(string, Exception)Initializes a new instance of the InvalidCgmFileFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also