C# Class Amido.Common.Exceptions.XsdSchemaNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: amido/Amido.PreProcessor

Méthodes publiques

Méthode Description
XsdSchemaNotFoundException ( ) : System
XsdSchemaNotFoundException ( string message ) : System
XsdSchemaNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
XsdSchemaNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

XsdSchemaNotFoundException() public méthode

public XsdSchemaNotFoundException ( ) : System
Résultat System

XsdSchemaNotFoundException() protected méthode

protected XsdSchemaNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

XsdSchemaNotFoundException() public méthode

public XsdSchemaNotFoundException ( string message ) : System
message string
Résultat System

XsdSchemaNotFoundException() public méthode

public XsdSchemaNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System