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

Inheritance: System.Exception
Show file Open project: maxpavlov/FlexNet

Public Methods

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

Protected Methods

Method Description
InvalidSchemaException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InvalidSchemaException() public method

public InvalidSchemaException ( ) : System
return System

InvalidSchemaException() protected method

protected InvalidSchemaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

InvalidSchemaException() public method

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

InvalidSchemaException() public method

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