SenseNet.ContentRepository.Storage.Schema.InvalidSchemaException.InvalidSchemaException C# (CSharp) Method

InvalidSchemaException() public method

public InvalidSchemaException ( ) : System
return System
		public InvalidSchemaException() : base() { }
		public InvalidSchemaException(string message) : base(message) { }

Same methods

InvalidSchemaException::InvalidSchemaException ( SerializationInfo info, StreamingContext context ) : System
InvalidSchemaException::InvalidSchemaException ( string message ) : System
InvalidSchemaException::InvalidSchemaException ( string message, Exception innerException ) : System
InvalidSchemaException