System.IO.Packaging.FileFormatException.FileFormatException C# (CSharp) Méthode

FileFormatException() public méthode

public FileFormatException ( string message ) : System
message string
Résultat System
        public FileFormatException(string message)
            : base(message)
        {
        }
FileFormatException