C# Class Amido.Common.Exceptions.XsdSchemaNotValidException

Inheritance: System.Exception
Datei anzeigen Open project: amido/Amido.PreProcessor

Public Methods

Method Description
XsdSchemaNotValidException ( ) : System
XsdSchemaNotValidException ( string message ) : System
XsdSchemaNotValidException ( string message, Exception innerException ) : System

Protected Methods

Method Description
XsdSchemaNotValidException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

XsdSchemaNotValidException() public method

public XsdSchemaNotValidException ( ) : System
return System

XsdSchemaNotValidException() protected method

protected XsdSchemaNotValidException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System

XsdSchemaNotValidException() public method

public XsdSchemaNotValidException ( string message ) : System
message string
return System

XsdSchemaNotValidException() public method

public XsdSchemaNotValidException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System