C# Class Fib.Net.Core.Images.Json.BadContainerConfigurationFormatException

Inheritance: Exception
Mostra file Open project: ILMTitan/FibDotNet

Public Methods

Method Description
BadContainerConfigurationFormatException ( string message ) : System
BadContainerConfigurationFormatException ( string message, Exception cause ) : System

Protected Methods

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

Method Details

BadContainerConfigurationFormatException() protected method

protected BadContainerConfigurationFormatException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

BadContainerConfigurationFormatException() public method

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

BadContainerConfigurationFormatException() public method

public BadContainerConfigurationFormatException ( string message, Exception cause ) : System
message string
cause Exception
return System