Amazon.ImportExport.Model.InvalidFileSystemException.InvalidFileSystemException C# (CSharp) Метод

InvalidFileSystemException() защищенный Метод

Constructs a new instance of the InvalidFileSystemException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected InvalidFileSystemException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
Результат System
        protected InvalidFileSystemException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

InvalidFileSystemException::InvalidFileSystemException ( Exception innerException ) : System
InvalidFileSystemException::InvalidFileSystemException ( string message ) : System
InvalidFileSystemException::InvalidFileSystemException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidFileSystemException::InvalidFileSystemException ( string message, Exception innerException ) : System
InvalidFileSystemException::InvalidFileSystemException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidFileSystemException