NoTransportSupportedException 클래스

정의

클라이언트와 서버 간에 지원되는 전송이 없는 경우 협상 중에 throw되는 예외입니다.

public ref class NoTransportSupportedException : Exception
public class NoTransportSupportedException : Exception
type NoTransportSupportedException = class
    inherit Exception
Public Class NoTransportSupportedException
Inherits Exception
상속
NoTransportSupportedException

생성자

NoTransportSupportedException(String)

제공된 를 사용하여 NoTransportSupportedException 예외를 message생성합니다.

적용 대상