Метод | Описание | |
---|---|---|
UserNotFoundException ( Exception innerException = null ) : System |
用户找不到异常
|
|
UserNotFoundException ( string message, Exception innerException = null ) : System |
用户找不到异常
|
Метод | Описание | |
---|---|---|
UserNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System |
序列化
|
public UserNotFoundException ( Exception innerException = null ) : System | ||
innerException | Exception | |
Результат | System |
protected UserNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
Результат | System |
public UserNotFoundException ( string message, Exception innerException = null ) : System | ||
message | string | |
innerException | Exception | |
Результат | System |