BACnet.Core.Exceptions.ErrorException.ErrorException C# (CSharp) Метод

ErrorException() публичный Метод

Constructs a new error exception instance
public ErrorException ( ServiceError error ) : System
error ServiceError The error
Результат System
        public ErrorException(ServiceError error)
        {
            this.Error = error;
        }
ErrorException