C# 클래스 Microsoft.Web.Administration.ServerManagerException

상속: System.Exception, ISerializable
파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration

공개 메소드들

메소드 설명
ServerManagerException ( ) : System
ServerManagerException ( string errorMessage ) : System
ServerManagerException ( string errorMessage, Exception exception ) : System
ServerManagerException ( string errorMessage, Exception exception, int errorCode ) : System
ServerManagerException ( string errorMessage, int errorCode ) : System
ToString ( ) : string

메소드 상세

ServerManagerException() 공개 메소드

public ServerManagerException ( ) : System
리턴 System

ServerManagerException() 공개 메소드

public ServerManagerException ( string errorMessage ) : System
errorMessage string
리턴 System

ServerManagerException() 공개 메소드

public ServerManagerException ( string errorMessage, Exception exception ) : System
errorMessage string
exception System.Exception
리턴 System

ServerManagerException() 공개 메소드

public ServerManagerException ( string errorMessage, Exception exception, int errorCode ) : System
errorMessage string
exception System.Exception
errorCode int
리턴 System

ServerManagerException() 공개 메소드

public ServerManagerException ( string errorMessage, int errorCode ) : System
errorMessage string
errorCode int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string