C# Class DDL_CapstoneProject.Helper.DuplicateUserNameException

Inheritance: System.Exception
Show file Open project: sangnvus/2015FALLJS01

Public Methods

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

Protected Methods

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

Method Details

DuplicateUserNameException() public method

public DuplicateUserNameException ( ) : System
return System

DuplicateUserNameException() protected method

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

DuplicateUserNameException() public method

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

DuplicateUserNameException() public method

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