System.IO.Packaging.FileFormatException.FileFormatException C# (CSharp) Method

FileFormatException() public method

public FileFormatException ( string message ) : System
message string
return System
        public FileFormatException(string message)
            : base(message)
        {
        }
FileFormatException