C# Class DBClientFiles.NET.Exceptions.VersionNotSupportedException

Inheritance: Exception
ファイルを表示 Open project: Warpten/DBClientFiles.NET

Public Methods

Method Description
VersionNotSupportedException ( Signatures signature ) : System
VersionNotSupportedException ( string message ) : System

Protected Methods

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

Method Details

VersionNotSupportedException() protected method

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

VersionNotSupportedException() public method

public VersionNotSupportedException ( Signatures signature ) : System
signature Signatures
return System

VersionNotSupportedException() public method

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