C# 클래스 System.ServiceModel.Channels.RetryException
파일 보기
프로젝트 열기: mahasak/dotnet452
공개 메소드들
메소드 |
설명 |
|
RetryException ( ) : System.Runtime.Serialization |
|
|
RetryException ( string message ) : System.Runtime.Serialization |
|
|
RetryException ( string message, Exception innerException ) : System.Runtime.Serialization |
|
|
비공개 메소드들
메소드 |
설명 |
|
RetryException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization |
|
|
메소드 상세
public RetryException ( ) : System.Runtime.Serialization |
리턴 |
System.Runtime.Serialization |
|
public RetryException ( string message ) : System.Runtime.Serialization |
message |
string |
|
리턴 |
System.Runtime.Serialization |
|
public RetryException ( string message, Exception innerException ) : System.Runtime.Serialization |
message |
string |
|
innerException |
Exception |
|
리턴 |
System.Runtime.Serialization |
|