C# Class Amido.Common.Exceptions.XsdSchemaNotValidException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

XsdSchemaNotValidException() public méthode

public XsdSchemaNotValidException ( ) : System
Résultat System

XsdSchemaNotValidException() protected méthode

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

XsdSchemaNotValidException() public méthode

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

XsdSchemaNotValidException() public méthode

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