C# Class DDL_CapstoneProject.Helper.UserNotFoundException

Inheritance: System.Exception
ファイルを表示 Open project: sangnvus/2015FALLJS01

Public Methods

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

Protected Methods

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

Method Details

UserNotFoundException() public method

public UserNotFoundException ( ) : System
return System

UserNotFoundException() protected method

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

UserNotFoundException() public method

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

UserNotFoundException() public method

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