Amido.Common.Exceptions.XsdSchemaNotFoundException.XsdSchemaNotFoundException C# (CSharp) Method

XsdSchemaNotFoundException() public method

public XsdSchemaNotFoundException ( ) : System
return System
        public XsdSchemaNotFoundException()
            : base()
        {
        }

Same methods

XsdSchemaNotFoundException::XsdSchemaNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
XsdSchemaNotFoundException::XsdSchemaNotFoundException ( string message ) : System
XsdSchemaNotFoundException::XsdSchemaNotFoundException ( string message, Exception innerException ) : System
XsdSchemaNotFoundException