C# Class SenseNet.ContentRepository.Storage.Schema.InvalidSchemaException

Inheritance: System.Exception
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

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

Méthodes protégées

Méthode Description
InvalidSchemaException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InvalidSchemaException() public méthode

public InvalidSchemaException ( ) : System
Résultat System

InvalidSchemaException() protected méthode

protected InvalidSchemaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

InvalidSchemaException() public méthode

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

InvalidSchemaException() public méthode

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