C# Class Amido.Common.Exceptions.XsdSchemaNotFoundException

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

Public Methods

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

Protected Methods

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

Method Details

XsdSchemaNotFoundException() public method

public XsdSchemaNotFoundException ( ) : System
return System

XsdSchemaNotFoundException() protected method

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

XsdSchemaNotFoundException() public method

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

XsdSchemaNotFoundException() public method

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