PeerCastStation.FLV.RTMP.RTMPSourceConnection.BindErrorException.BindErrorException C# (CSharp) Method

BindErrorException() public method

public BindErrorException ( string message ) : System
message string
return System
      public BindErrorException(string message)
        : base(message)
      {
      }
    }
RTMPSourceConnection.BindErrorException