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

XsdSchemaNotValidException() public method

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

Same methods

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